From: Keir Fraser Date: Fri, 10 Jul 2009 17:12:13 +0000 (+0100) Subject: stubdom: Fix stubdom-dm after c/s 19818 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13620 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=7ace84ccbc69816800b4ae6e17d670492d033fc5;p=xen.git stubdom: Fix stubdom-dm after c/s 19818 19818 added the following line to stubdom-dm: . ./stubdompath.sh and replaced many paths with variables. However the path to stubdompath.sh is obviously wrong and stubdompath.sh is nowhere to be found anyway. For the moment I am dropping . ./stubdompath.sh and hardcoding the values of the variables. Signed-off-by: Stefano Stabellini --- diff --git a/stubdom/stubdom-dm b/stubdom/stubdom-dm index 06b29e5b3f..b163df2222 100644 --- a/stubdom/stubdom-dm +++ b/stubdom/stubdom-dm @@ -5,7 +5,8 @@ # dm script around stubdomains. # -. ./stubdompath.sh +XEN_CONFIG_DIR="/etc/xen" +XENFIRMWAREDIR="/usr/lib/xen/boot" stubdom_configdir="${XEN_CONFIG_DIR}/stubdoms" # To fit xterms nicely